diff options
Diffstat (limited to 'src/options.h')
-rwxr-xr-x | src/options.h | 4 |
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(); |