summaryrefslogtreecommitdiffstats
path: root/arts/tools/artscontrolapplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/artscontrolapplet.h')
-rw-r--r--arts/tools/artscontrolapplet.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arts/tools/artscontrolapplet.h b/arts/tools/artscontrolapplet.h
index 09ff15fe..9efe5eb5 100644
--- a/arts/tools/artscontrolapplet.h
+++ b/arts/tools/artscontrolapplet.h
@@ -23,7 +23,7 @@
#endif
#include <kpanelapplet.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <kconfig.h>
class ArtsControlAppletPrivate;
@@ -41,8 +41,8 @@ public:
* @param parent The pointer to the parent widget handed over in the factory function.
* @param name A Qt object name for your applet.
**/
- ArtsControlApplet(const QString& configFile, Type t = Normal, int = 0,
- QWidget * = 0, const char * = 0);
+ ArtsControlApplet(const TQString& configFile, Type t = Normal, int = 0,
+ TQWidget * = 0, const char * = 0);
/** destructor */
~ArtsControlApplet();
/**
@@ -112,9 +112,9 @@ public:
protected:
- void resizeEvent( QResizeEvent* );
+ void resizeEvent( TQResizeEvent* );
- virtual void mousePressEvent( QMouseEvent* );
+ virtual void mousePressEvent( TQMouseEvent* );
void positionChange( Position );