diff options
Diffstat (limited to 'klipper/applet.h')
-rw-r--r-- | klipper/applet.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/klipper/applet.h b/klipper/applet.h index c1a4bafcf..3f1ee3361 100644 --- a/klipper/applet.h +++ b/klipper/applet.h @@ -31,14 +31,14 @@ class KlipperApplet : public KPanelApplet { Q_OBJECT public: - KlipperApplet(const QString& configFile, Type t = Normal, int actions = 0, - QWidget *parent = 0, const char *name = 0); + KlipperApplet(const TQString& configFile, Type t = Normal, int actions = 0, + TQWidget *parent = 0, const char *name = 0); ~KlipperApplet(); int widthForHeight(int h) const; int heightForWidth(int w) const; protected: - void resizeEvent( QResizeEvent* ); + void resizeEvent( TQResizeEvent* ); void preferences(); void help(); void about(); @@ -55,7 +55,7 @@ class KlipperAppletWidget : public KlipperWidget k_dcop: int newInstance(); public: - KlipperAppletWidget( QWidget* parent = NULL ); + KlipperAppletWidget( TQWidget* parent = NULL ); virtual ~KlipperAppletWidget(); private: void init(); |