summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/listpanel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:36 -0600
commit44ec35d6f3ec0bf8067f31896d7721ac3082f66f (patch)
tree36cf001e28520682c374f6721059fc0a06447525 /krusader/Panel/listpanel.h
parent6ea934c9e490098aa988e33aa6ee29ca924666e3 (diff)
downloadkrusader-44ec35d6f3ec0bf8067f31896d7721ac3082f66f.tar.gz
krusader-44ec35d6f3ec0bf8067f31896d7721ac3082f66f.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'krusader/Panel/listpanel.h')
-rw-r--r--krusader/Panel/listpanel.h10
1 files changed, 5 insertions, 5 deletions
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 <kurl.h>
#include <tqwidget.h>
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqstring.h>
#include <tqpixmap.h>
#include <tqtoolbutton.h>
@@ -47,7 +47,7 @@
#include <tqpixmapcache.h>
#include <tqiconset.h>
#include <tqptrstack.h>
-#include <tqtextbrowser.h>
+#include <textbrowser.h>
#include <keditcl.h>
#include <klineedit.h>
#include <tqguardedptr.h>
@@ -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;