diff options
Diffstat (limited to 'ksysv/OldView.h')
-rw-r--r-- | ksysv/OldView.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ksysv/OldView.h b/ksysv/OldView.h index e2e765c..b667839 100644 --- a/ksysv/OldView.h +++ b/ksysv/OldView.h @@ -44,12 +44,13 @@ class KSVItem; class KSVAction; class KSVTopLevel; -class KSVContent : public QSplitter +class KSVContent : public TQSplitter { Q_OBJECT + TQ_OBJECT public: - KSVContent (KPopupMenu* openWithMenu, KSVTopLevel* parent = 0, const char* name = 0); + KSVContent (KPopupMenu* openWithMenu, KSVTopLevel* tqparent = 0, const char* name = 0); ~KSVContent(); KSVDragList* getOrigin(); @@ -112,7 +113,7 @@ private slots: void updateServicesAfterChange (const TQString&); void updateRunlevelsAfterChange (); - void repaintRunlevels (); + void tqrepaintRunlevels (); void openWith (); void openWith (int index); |