summaryrefslogtreecommitdiffstats
path: root/src/pref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pref.cpp')
-rw-r--r--src/pref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pref.cpp b/src/pref.cpp
index bd9debd..5561bd4 100644
--- a/src/pref.cpp
+++ b/src/pref.cpp
@@ -138,7 +138,7 @@ KDE_NO_CDTOR_EXPORT Preferences::Preferences(PartBase * player, Settings * setti
KDE_NO_EXPORT void Preferences::setPage (const char * name) {
TQObject * o = child (name, "TQFrame");
if (!o) return;
- TQFrame * page = static_cast <TQFrame *> (TQT_TQWIDGET(o));
+ TQFrame * page = static_cast <TQFrame *>(o);
TQWidget * w = page->parentWidget ();
while (w && !w->inherits ("TQTabWidget"))
w = w->parentWidget ();