diff options
Diffstat (limited to 'src/k9main.cpp')
-rw-r--r-- | src/k9main.cpp | 2 |
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* ))); |