summaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h18
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;