diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
commit | f9ced3b3f13f3136ef63c33ef163042010d6e80b (patch) | |
tree | 293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /quanta/treeviews/basetreeview.h | |
parent | 29df04c24350cc76a41e2410d1c92445f9338b98 (diff) | |
download | tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.tar.gz tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'quanta/treeviews/basetreeview.h')
-rw-r--r-- | quanta/treeviews/basetreeview.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/quanta/treeviews/basetreeview.h b/quanta/treeviews/basetreeview.h index 19e73839..bf7110cf 100644 --- a/quanta/treeviews/basetreeview.h +++ b/quanta/treeviews/basetreeview.h @@ -142,21 +142,21 @@ public: /** * Saves the list view's layout (column widtsh, column order, sort column) - * to a KConfig group. Reimplemented to save the open folders. + * to a TDEConfig group. Reimplemented to save the open folders. * - * @param config the KConfig object to write to + * @param config the TDEConfig object to write to * @param group the config group to use */ - void saveLayout(KConfig *config, const TQString &group); + void saveLayout(TDEConfig *config, const TQString &group); /** - * Reads the list view's layout from a KConfig group as stored with + * Reads the list view's layout from a TDEConfig group as stored with * saveLayout. Reimplemented to load the open folders. * - * @param config the KConfig object to read from + * @param config the TDEConfig object to read from * @param group the config group to use */ - void restoreLayout(KConfig *config, const TQString &group); + void restoreLayout(TDEConfig *config, const TQString &group); /** * en/disable saving a list of open folders in @ref saveLayout and @@ -182,15 +182,15 @@ protected slots: void slotCopy(); void slotPaste(); void slotDelete(); - virtual void slotJobFinished( KIO::Job *job); + virtual void slotJobFinished( TDEIO::Job *job); void slotInsertInProject(); void slotInsertDirInProject(); virtual void slotReturnPressed(TQListViewItem *item); virtual void slotDropped (TQWidget *, TQDropEvent *, KURL::List&, KURL&); /** - sends value from KIO::Job to progressbar + sends value from TDEIO::Job to progressbar */ - virtual void slotPercent(KIO::Job *job, unsigned long value); + virtual void slotPercent(TDEIO::Job *job, unsigned long value); void slotPopulateFinished(KFileTreeViewItem *item); /** |