summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinrules/ruleswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin/kcmtwin/twinrules/ruleswidget.h')
-rw-r--r--twin/kcmtwin/twinrules/ruleswidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/kcmtwin/twinrules/ruleswidget.h b/twin/kcmtwin/twinrules/ruleswidget.h
index 2a9b0d036..f3f6f9881 100644
--- a/twin/kcmtwin/twinrules/ruleswidget.h
+++ b/twin/kcmtwin/twinrules/ruleswidget.h
@@ -135,11 +135,11 @@ class EditShortcutDialog
// slightly duped from utils.cpp
class ShortcutDialog
- : public KShortcutDialog
+ : public TDEShortcutDialog
{
Q_OBJECT
public:
- ShortcutDialog( const KShortcut& cut, TQWidget* parent = NULL, const char* name = NULL );
+ ShortcutDialog( const TDEShortcut& cut, TQWidget* parent = NULL, const char* name = NULL );
virtual void accept();
};