From 87e49a06e2f4ee153caeabfa4240e9ab94fbd135 Mon Sep 17 00:00:00 2001 From: Timothy Pearson <kb9vqf@pearsoncomputing.net> Date: Fri, 25 Jan 2013 00:14:05 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options.h') 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(); -- cgit v1.2.1