summaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:14:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:14:05 -0600
commit87e49a06e2f4ee153caeabfa4240e9ab94fbd135 (patch)
treee4569b2b2451b0ed73dda25a4402fa1aed389a75 /src/options.h
parentbece9aa3ad05fe774bf89d9a840235ee8adfd4da (diff)
downloadsoundkonverter-87e49a06e2f4ee153caeabfa4240e9ab94fbd135.tar.gz
soundkonverter-87e49a06e2f4ee153caeabfa4240e9ab94fbd135.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/options.h')
-rwxr-xr-xsrc/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h
index 03637bc..ddb5661 100755
--- a/src/options.h
+++ b/src/options.h
@@ -102,7 +102,7 @@ private:
Config *config;
- KIO::FileCopyJob* getPluginListJob;
+ TDEIO::FileCopyJob* getPluginListJob;
// /** Copy all options from the detailed tab to the simple tab / find the matching profile */
//void updateSimpleTab();
@@ -111,7 +111,7 @@ private slots:
void tabChanged( TQWidget* );
void somethingChanged();
void configChanged();
-// void getPluginListFinished( KIO::Job* job );
+// void getPluginListFinished( TDEIO::Job* job );
// void showConfigDialogPlugins();
void showConfigDialogBackends();