summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/windowselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/windowselector.h')
-rw-r--r--khotkeys/kcontrol/windowselector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/windowselector.h b/khotkeys/kcontrol/windowselector.h
index 3a28853ed..4f52312ea 100644
--- a/khotkeys/kcontrol/windowselector.h
+++ b/khotkeys/kcontrol/windowselector.h
@@ -11,7 +11,7 @@
#ifndef _WINDOWSELECTOR_H_
#define _WINDOWSELECTOR_H_
-#include <qwidget.h>
+#include <tqwidget.h>
namespace KHotKeys
{
@@ -21,7 +21,7 @@ class WindowSelector
{
Q_OBJECT
public:
- WindowSelector( QObject* receiver, const char* slot );
+ WindowSelector( TQObject* receiver, const char* slot );
void select();
protected:
virtual bool x11Event( XEvent* e );