diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-09 18:25:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-10 00:57:31 +0900 |
| commit | 436bc26605eddb1bc7c21b8efe6230674b86db60 (patch) | |
| tree | 756de6061861cd7104622871009bb6efcaaa0b41 /src/pref.cpp | |
| parent | 8a590af05765d9e3a00a5c48b2057593dab99b6a (diff) | |
| download | kmplayer-436bc266.tar.gz kmplayer-436bc266.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c8a3b81b3c22a3eb79afd726cfef71c0949efb7d)
Diffstat (limited to 'src/pref.cpp')
| -rw-r--r-- | src/pref.cpp | 2 |
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 (); |
