mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-16 16:30:26 +02:00
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Q3FileDialog' dependency from the 'Select Cart' dialog.
This commit is contained in:
parent
fef77fae91
commit
344ea5e979
@ -19693,3 +19693,6 @@
|
||||
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the 'Q3Frame' dependency from 'RDBusyBar'.
|
||||
* Add stylesheet support for color rendering in RDBusyBar.
|
||||
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the 'Q3FileDialog' dependency from the 'Select Cart'
|
||||
dialog.
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// A widget to select a Rivendell Cart.
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@ -21,9 +21,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <q3filedialog.h>
|
||||
|
||||
#include <qapplication.h>
|
||||
#include <qfiledialog.h>
|
||||
#include <qmessagebox.h>
|
||||
|
||||
#include "rdapplication.h"
|
||||
@ -515,8 +514,8 @@ void RDCartDialog::loadFileData()
|
||||
RDWaveData wavedata;
|
||||
QString err_msg;
|
||||
|
||||
filename=Q3FileDialog::getOpenFileName(cart_import_path,
|
||||
cart_import_file_filter,this);
|
||||
filename=QFileDialog::getOpenFileName(this,"Caption",cart_import_path,
|
||||
cart_import_file_filter);
|
||||
if(!filename.isEmpty()) {
|
||||
cart_import_path=RDGetPathPart(filename);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user