summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirstatapp.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:19 -0600
commitc71ade2e373d85acf1357494b42202293dd771d2 (patch)
tree76c8495d353757024fe915f12a1c7131403d9b5a /kdirstat/kdirstatapp.cpp
parentc3b1da745f458ff94caeca961a7d432fa6ae703b (diff)
downloadkdirstat-c71ade2e373d85acf1357494b42202293dd771d2.tar.gz
kdirstat-c71ade2e373d85acf1357494b42202293dd771d2.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kdirstat/kdirstatapp.cpp')
-rw-r--r--kdirstat/kdirstatapp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdirstat/kdirstatapp.cpp b/kdirstat/kdirstatapp.cpp
index 5a91375..3eabf75 100644
--- a/kdirstat/kdirstatapp.cpp
+++ b/kdirstat/kdirstatapp.cpp
@@ -10,7 +10,7 @@
*/
-#include <tqclipboard.h>
+#include <clipboard.h>
#include <tqpopupmenu.h>
#include <tqsplitter.h>
@@ -348,7 +348,7 @@ void KDirStatApp::readMainWinConfig()
KConfig * config = kapp->config();
config->setGroup( "General Options" );
- // tqStatus settings of the various bars and views
+ // Status settings of the various bars and views
_showToolBar->setChecked( config->readBoolEntry( "Show Toolbar", true ) );
toggleToolBar();
@@ -824,7 +824,7 @@ KDirStatApp::createTreemapView()
_activityTracker, TQT_SLOT ( trackActivity( int ) ) );
}
- _treemapView->show(); // TQSplitter needs explicit show() for new tqchildren
+ _treemapView->show(); // TQSplitter needs explicit show() for new children
updateActions();
}