summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:16:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:16:29 -0600
commit8e93828d75bea2a1f551f23d12c877a5cbfa4de3 (patch)
treec9b34e0966597938b6d11544ca9a84a7e8067e05 /src
parent198b0bf66b043a0f208a7d2fad8956b806d20f3e (diff)
downloadk9copy-8e93828d75bea2a1f551f23d12c877a5cbfa4de3.tar.gz
k9copy-8e93828d75bea2a1f551f23d12c877a5cbfa4de3.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/k9main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9main.cpp b/src/k9main.cpp
index f10d15c..050ae52 100644
--- a/src/k9main.cpp
+++ b/src/k9main.cpp
@@ -109,7 +109,7 @@ k9Main::k9Main(TQWidget* parent, const char* name, k9CdDrives *_drives)
items.setAutoDelete(true);
listView1->setDefaultRenameAction(TQListView::Accept);
- // KStandardDirs kd;
+ // TDEStandardDirs kd;
m_prefOutput=locateLocal("tmp","k9copy/",true); //kd.findResource("tmp","");
connect(drives,TQT_SIGNAL(deviceAdded( k9CdDrive*)),this,TQT_SLOT(deviceAdded( k9CdDrive* )));
connect(drives,TQT_SIGNAL(deviceRemoved( k9CdDrive*)),this,TQT_SLOT(deviceRemoved( k9CdDrive* )));