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/settings.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/settings.h b/src/settings.h index c68bcab..dae3ce2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -35,8 +35,8 @@ #include <entryfield.h> #include <entry.h> -class KConfig; -class KStandardDirs; +class TDEConfig; +class TDEStandardDirs; class KURL; class TQString; class TQRegExp; @@ -64,8 +64,8 @@ namespace KBibTeX static Settings* self( BibTeX::File *bibtexFile = NULL ); - void load( KConfig * config ); - void save( KConfig * config ); + void load( TDEConfig * config ); + void save( TDEConfig * config ); static TQString fieldTypeToI18NString( const BibTeX::EntryField::FieldType fieldType ); static TQString entryTypeToI18NString( const BibTeX::Entry::EntryType entryType ); @@ -80,8 +80,8 @@ namespace KBibTeX #ifdef HAVE_YAZ void z3950clearAll(); void z3950loadDefault(); - void z3950loadUser( KConfig * config ); - void z3950saveUser( KConfig *config ); + void z3950loadUser( TDEConfig * config ); + void z3950saveUser( TDEConfig *config ); typedef struct Z3950Server_ { TQString charset, database, host, locale, name, syntax, user, password; @@ -155,8 +155,8 @@ namespace KBibTeX void addToCompletion( BibTeX::File *file ); void addToCompletion( BibTeX::Element *element ); void addToCompletion( BibTeX::Value *value, BibTeX::EntryField::FieldType fieldType ); - KCompletion* completion( BibTeX::EntryField::FieldType fieldType ); - KCompletion* completionMacro; + TDECompletion* completion( BibTeX::EntryField::FieldType fieldType ); + TDECompletion* completionMacro; // Keyword list TQStringList keyword_GlobalList; @@ -187,7 +187,7 @@ namespace KBibTeX private: static Settings* staticSettings; - KCompletion **m_completion; + TDECompletion **m_completion; static TQStringList m_lyxRcFileNames; TQMap<TQString, TQString> m_webQueryDefaults; |