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.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/ktalkd/kcmktalkd/soundpage.h b/ktalkd/kcmktalkd/soundpage.h
index e47194a2..61fa24dc 100644
--- a/ktalkd/kcmktalkd/soundpage.h
+++ b/ktalkd/kcmktalkd/soundpage.h
@@ -24,10 +24,10 @@
#ifndef __KCONTROL_KSOUNDPAGE_H__
#define __KCONTROL_KSOUNDPAGE_H__
-#include <qdir.h>
+#include <tqdir.h>
/* has to be before everything because of #define Unsorted 0 in X11/X.h !! */
-#include <qobject.h>
+#include <tqobject.h>
#include <kcmodule.h>
@@ -48,7 +48,7 @@ class KSoundPageConfig : public KCModule
Q_OBJECT
public:
- KSoundPageConfig( QWidget *parent=0, const char* name=0,
+ KSoundPageConfig( TQWidget *parent=0, const char* name=0,
KSimpleConfig *config=0, KSimpleConfig *announceconfig=0);
~KSoundPageConfig( );
@@ -56,7 +56,7 @@ public:
void save();
void defaults();
- bool eventFilter(QObject* o, QEvent* e);
+ bool eventFilter(TQObject* o, TQEvent* e);
private slots:
void soundOnOff();
@@ -64,26 +64,26 @@ private slots:
void slotChanged();
// Sound DnD
- void sound_listDragEnterEvent(QDragEnterEvent* e);
- void sound_listDropEvent(QDropEvent* e);
+ void sound_listDragEnterEvent(TQDragEnterEvent* e);
+ void sound_listDropEvent(TQDropEvent* e);
private:
KSimpleConfig *config;
KSimpleConfig *announceconfig;
bool delete_config;
- QLabel *extprg_label;
+ TQLabel *extprg_label;
KURLRequester *extprg_edit;
- QLabel *client_label;
+ TQLabel *client_label;
KURLRequester *client_edit;
- QCheckBox *sound_cb;
- QLabel *sound_label;
- QListBox *sound_list;
- QLabel *sound_tip;
- QPushButton *btn_test;
-
- int findInSound_List(QString sound);
- bool addToSound_List(QString sound);
+ TQCheckBox *sound_cb;
+ TQLabel *sound_label;
+ TQListBox *sound_list;
+ TQLabel *sound_tip;
+ TQPushButton *btn_test;
+
+ int findInSound_List(TQString sound);
+ bool addToSound_List(TQString sound);
};
#endif