diff options
author | Slávek Banko <[email protected]> | 2013-06-29 16:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:57:45 +0200 |
commit | f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch) | |
tree | 0414ba9f0823b98d2a159c11513ddcda84b932cc /src/entrywidget.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/entrywidget.h')
-rw-r--r-- | src/entrywidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidget.h b/src/entrywidget.h index 3d9ad2f..d1bdb02 100644 --- a/src/entrywidget.h +++ b/src/entrywidget.h @@ -39,7 +39,7 @@ class TQString; class TQTimer; class TQListView; -class KConfig; +class TDEConfig; namespace KBibTeX { @@ -115,8 +115,8 @@ namespace KBibTeX void updateGUI(); void internalApply( BibTeX::Entry *entry ); void internalReset( BibTeX::Entry *entry ); - void restoreWindowSize( KConfig *config ); - void saveWindowSize( KConfig *config ) const; + void restoreWindowSize( TDEConfig *config ); + void saveWindowSize( TDEConfig *config ) const; }; class EntryWidgetDialog: public KDialogBase |