summaryrefslogtreecommitdiffstats
path: root/ktalkd/kcmktalkd/soundpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd/kcmktalkd/soundpage.h')
-rw-r--r--ktalkd/kcmktalkd/soundpage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ktalkd/kcmktalkd/soundpage.h b/ktalkd/kcmktalkd/soundpage.h
index 8d99cefc..56cc3e4e 100644
--- a/ktalkd/kcmktalkd/soundpage.h
+++ b/ktalkd/kcmktalkd/soundpage.h
@@ -36,7 +36,7 @@ class TQDragMoveEvent;
class TQDragEnterEvent;
class TQDropEvent;
-class KSimpleConfig;
+class TDESimpleConfig;
class KURLRequester;
class TQCheckBox;
class TQLabel;
@@ -50,7 +50,7 @@ class KSoundPageConfig : public TDECModule
public:
KSoundPageConfig( TQWidget *parent=0, const char* name=0,
- KSimpleConfig *config=0, KSimpleConfig *announceconfig=0);
+ TDESimpleConfig *config=0, TDESimpleConfig *announceconfig=0);
~KSoundPageConfig( );
void load();
@@ -69,8 +69,8 @@ private slots:
void sound_listDropEvent(TQDropEvent* e);
private:
- KSimpleConfig *config;
- KSimpleConfig *announceconfig;
+ TDESimpleConfig *config;
+ TDESimpleConfig *announceconfig;
bool delete_config;
TQLabel *extprg_label;