diff options
Diffstat (limited to 'krecord.h')
-rw-r--r-- | krecord.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,6 +23,7 @@ #endif class QDropEvent; +class KFileDialog; /* ------------------------------------------------------------------------ */ @@ -45,7 +46,6 @@ class KLevel : public KMainWindow Q_OBJECT; public: KLevel(Soundcard *card); - ~KLevel(); protected: void resizeEvent( QResizeEvent * ); @@ -77,7 +77,7 @@ public: ~KRecord(); Soundcard *soundcard; SoundOptions *soundopts; - QFileDialog *fdialog; + KFileDialog *fdialog; QAccel *accel; KFFT *kfft; KLevel *klevel; |