From 44ec35d6f3ec0bf8067f31896d7721ac3082f66f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:36 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- krusader/Panel/listpanel.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'krusader/Panel/listpanel.h') diff --git a/krusader/Panel/listpanel.h b/krusader/Panel/listpanel.h index 9d5c313..e809db2 100644 --- a/krusader/Panel/listpanel.h +++ b/krusader/Panel/listpanel.h @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include @@ -150,7 +150,7 @@ protected: protected slots: void handleDropOnView(TQDropEvent *, TQWidget *destWidget=0); // handles drops on the view only void handleDropOnTotals( TQDropEvent * ); // handles drops on the totals line - void handleDropOntqStatus( TQDropEvent * ); // handles drops on the status line + void handleDropOnStatus( TQDropEvent * ); // handles drops on the status line void startDragging( TQStringList, TQPixmap ); // those handle the in-panel refresh notifications void slotJobStarted(KIO::Job* job); @@ -160,7 +160,7 @@ protected slots: void inlineRefreshCancel(); signals: - void signaltqStatus( TQString msg ); // emmited when we need to update the status bar + void signalStatus( TQString msg ); // emmited when we need to update the status bar void cmdLineUpdate( TQString p ); // emitted when we need to update the command line void pathChanged( ListPanel *panel ); void activePanelChanged( ListPanel *p ); // emitted when the user changes panels @@ -181,7 +181,7 @@ public: KrSqueezedTextLabel *status, *totals; KrQuickSearch *quickSearch; KURLRequester *origin; - TQGridLayout *tqlayout; + TQGridLayout *layout; TQToolButton *cdRootButton; TQToolButton *cdHomeButton; TQToolButton *cdUpButton; -- cgit v1.2.3