diff options
Diffstat (limited to 'kopete/libkopete/kopeteprefs.h')
-rw-r--r-- | kopete/libkopete/kopeteprefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h index 5d1c1700..e27eff55 100644 --- a/kopete/libkopete/kopeteprefs.h +++ b/kopete/libkopete/kopeteprefs.h @@ -101,7 +101,7 @@ public: int chatWindowPolicy() const { return mChatWindowPolicy; } //Styles - TQString defaultTheme() const { return TQString::fromLatin1("Default"); } + TQString defaultTheme() const { return TQString::tqfromLatin1("Default"); } //for Adium (xhtml+css) TQString stylePath() const { return mStylePath; } TQString styleVariant() const { return mStyleVariant; } |