diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:27 -0600 |
commit | 9f2c757e1a1694373c11427a00502c2ff4c2d403 (patch) | |
tree | 7d90e91214976a7d23d89ec3474515cf46069704 /keduca/libkeduca/fileread.h | |
parent | cee429821aa6f1acc97fb482d325fb4eb37376ca (diff) | |
download | tdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.tar.gz tdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'keduca/libkeduca/fileread.h')
-rw-r--r-- | keduca/libkeduca/fileread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h index dd4caa08..3199f0ad 100644 --- a/keduca/libkeduca/fileread.h +++ b/keduca/libkeduca/fileread.h @@ -232,7 +232,7 @@ protected: bool saveResults( const TQString &filename, const TQString &results ); protected slots: - void slotUploadFinished( KIO::Job * job ); + void slotUploadFinished( TDEIO::Job * job ); signals: /* Stolen from kparts */ |