summaryrefslogtreecommitdiffstats
path: root/kcontrol/input/core/themepage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/input/core/themepage.cpp')
-rw-r--r--kcontrol/input/core/themepage.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/kcontrol/input/core/themepage.cpp b/kcontrol/input/core/themepage.cpp
index 24b43d829..8e2f4ad43 100644
--- a/kcontrol/input/core/themepage.cpp
+++ b/kcontrol/input/core/themepage.cpp
@@ -66,8 +66,8 @@ ThemePage::ThemePage( TQWidget* parent, const char* name )
listview->addColumn( i18n("Name") );
listview->addColumn( i18n("Description") );
- connect( listview, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- TQT_SLOT(selectionChanged(TQListViewItem*)) );
+ connect( listview, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ TQ_SLOT(selectionChanged(TQListViewItem*)) );
insertThemes();
}
@@ -208,5 +208,3 @@ void ThemePage::fixCursorFile()
p.start(TDEProcess::Block);
}
}
-
-// vim: set noet ts=4 sw=4: