summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopeteprefs.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/libkopete/kopeteprefs.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz
tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/libkopete/kopeteprefs.h')
-rw-r--r--kopete/libkopete/kopeteprefs.h108
1 files changed, 54 insertions, 54 deletions
diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h
index 4a5162ff..4fb4a9e3 100644
--- a/kopete/libkopete/kopeteprefs.h
+++ b/kopete/libkopete/kopeteprefs.h
@@ -17,10 +17,10 @@
#ifndef __KOPETEPREFS_H__
#define __KOPETEPREFS_H__
-#include <qobject.h>
+#include <tqobject.h>
#include <kdeversion.h>
-#include <qcolor.h>
-#include <qfont.h>
+#include <tqcolor.h>
+#include <tqfont.h>
#include "kopete_export.h"
@@ -53,7 +53,7 @@ public:
*/
void save();
- QString iconTheme() const { return mIconTheme; }
+ TQString iconTheme() const { return mIconTheme; }
bool useEmoticons() const { return mUseEmoticons; }
bool showOffline() const { return mShowOffline; }
bool showEmptyGroups() const { return mShowEmptyGroups; }
@@ -79,19 +79,19 @@ public:
bool soundIfAway() const { return mSoundIfAway; }
int chatViewBufferSize() const { return mChatViewBufferSize; }
int rememberedMessages() const { return mRememberedMessages; }
- const QColor &highlightBackground() const { return mHighlightBackground; }
- const QColor &highlightForeground() const { return mHighlightForeground; }
- const QColor &textColor() const { return mTextColor; }
- const QColor &bgColor() const { return mBgColor; }
- const QColor &linkColor() const { return mLinkColor; }
- const QFont &fontFace() const { return mFontFace; }
- const QColor &idleContactColor() const { return mIdleContactColor; }
+ const TQColor &highlightBackground() const { return mHighlightBackground; }
+ const TQColor &highlightForeground() const { return mHighlightForeground; }
+ const TQColor &textColor() const { return mTextColor; }
+ const TQColor &bgColor() const { return mBgColor; }
+ const TQColor &linkColor() const { return mLinkColor; }
+ const TQFont &fontFace() const { return mFontFace; }
+ const TQColor &idleContactColor() const { return mIdleContactColor; }
bool highlightEnabled() const { return mHighlightEnabled; }
bool bgOverride() const { return mBgOverride; }
bool fgOverride() const { return mFgOverride; }
bool rtfOverride() const { return mRtfOverride; }
- QString interfacePreference() const { return mInterfacePreference; }
+ TQString interfacePreference() const { return mInterfacePreference; }
bool showTray() const { return mShowTray; }
bool richText() const { return mRichText; }
bool chatWShowSend() const { return mChatWShowSend; }
@@ -100,12 +100,12 @@ public:
int chatWindowPolicy() const { return mChatWindowPolicy; }
//Styles
- QString defaultTheme() const { return QString::fromLatin1("Default"); }
+ TQString defaultTheme() const { return TQString::fromLatin1("Default"); }
//for Adium (xhtml+css)
- QString stylePath() const { return mStylePath; }
- QString styleVariant() const { return mStyleVariant; }
+ TQString stylePath() const { return mStylePath; }
+ TQString styleVariant() const { return mStyleVariant; }
- QStringList toolTipContents() const { return mToolTipContents; }
+ TQStringList toolTipContents() const { return mToolTipContents; }
///
enum ContactDisplayMode { Classic, RightAligned, Detailed, Yagami, Default = Classic };
@@ -115,10 +115,10 @@ public:
ContactDisplayMode contactListDisplayMode() const { return mContactListDisplayMode; }
IconDisplayMode contactListIconMode() const { return mContactListIconMode; }
bool contactListUseCustomFonts() const { return mContactListUseCustomFonts; }
- QFont contactListCustomNormalFont() const { return mContactListNormalFont; }
- QFont contactListCustomSmallFont() const { return mContactListSmallFont; }
- QFont contactListSmallFont() const;
- QColor contactListGroupNameColor() const { return mContactListGroupNameColor; }
+ TQFont contactListCustomNormalFont() const { return mContactListNormalFont; }
+ TQFont contactListCustomSmallFont() const { return mContactListSmallFont; }
+ TQFont contactListSmallFont() const;
+ TQColor contactListGroupNameColor() const { return mContactListGroupNameColor; }
bool contactListAnimation() const { return mContactListAnimation; }
bool contactListFading() const { return mContactListFading; }
bool contactListFolding() const { return mContactListFolding; }
@@ -132,7 +132,7 @@ public:
bool emoticonsRequireSpaces() const { return mEmoticonsRequireSpaces; }
bool groupConsecutiveMessages() const { return mGroupConsecutiveMessages; }
- void setIconTheme(const QString &value);
+ void setIconTheme(const TQString &value);
void setUseEmoticons(bool value);
void setShowOffline(bool value);
void setShowEmptyGroups(bool value);
@@ -156,32 +156,32 @@ public:
void setSoundIfAway(bool);
void setBeepNotify(bool);
void setChatWindowPolicy(int);
- void setStylePath(const QString &);
- void setStyleVariant(const QString &);
+ void setStylePath(const TQString &);
+ void setStyleVariant(const TQString &);
void setChatViewBufferSize(int);
- void setHighlightBackground(const QColor &);
- void setHighlightForeground(const QColor &);
+ void setHighlightBackground(const TQColor &);
+ void setHighlightForeground(const TQColor &);
void setHighlightEnabled(bool);
void setBgOverride(bool);
void setFgOverride(bool);
void setRtfOverride(bool);
- void setInterfacePreference(const QString &viewPlugin);
- void setTextColor(const QColor &);
- void setBgColor(const QColor &);
- void setLinkColor(const QColor &);
- void setFontFace(const QFont &);
- void setIdleContactColor(const QColor &);
+ void setInterfacePreference(const TQString &viewPlugin);
+ void setTextColor(const TQColor &);
+ void setBgColor(const TQColor &);
+ void setLinkColor(const TQColor &);
+ void setFontFace(const TQFont &);
+ void setIdleContactColor(const TQColor &);
void setShowTray(bool);
void setRichText(bool);
void setRememberedMessages(int);
- void setToolTipContents(const QStringList &);
+ void setToolTipContents(const TQStringList &);
void setContactListIndentContacts( bool v );
void setContactListDisplayMode( ContactDisplayMode v );
void setContactListIconMode( IconDisplayMode v );
void setContactListUseCustomFonts( bool v );
- void setContactListCustomNormalFont( const QFont & v );
- void setContactListCustomSmallFont( const QFont & v );
- void setContactListGroupNameColor( const QColor & v );
+ void setContactListCustomNormalFont( const TQFont & v );
+ void setContactListCustomSmallFont( const TQFont & v );
+ void setContactListGroupNameColor( const TQColor & v );
void setContactListAnimation( bool );
void setContactListFading( bool );
void setContactListFolding( bool );
@@ -213,12 +213,12 @@ signals:
* Emitted when chat Window Style changed.
* @param stylePath New stylePath
*/
- void styleChanged(const QString &stylePath);
+ void styleChanged(const TQString &stylePath);
/**
* Emitted when ChatWindowStyle variant changed.
* @param variantPath New variant Path.
*/
- void styleVariantChanged(const QString &variantPath);
+ void styleVariantChanged(const TQString &variantPath);
private:
/**
@@ -233,7 +233,7 @@ private:
KConfig *config;
- QString mIconTheme;
+ TQString mIconTheme;
bool mUseEmoticons;
bool mShowOffline;
bool mShowEmptyGroups;
@@ -258,15 +258,15 @@ private:
int mBalloonCloseDelay;
bool mSoundIfAway;
int mRememberedMessages;
- QString mInterfacePreference;
+ TQString mInterfacePreference;
int mChatViewBufferSize;
- QColor mHighlightBackground;
- QColor mHighlightForeground;
- QColor mTextColor;
- QColor mBgColor;
- QColor mLinkColor;
- QFont mFontFace;
- QColor mIdleContactColor;
+ TQColor mHighlightBackground;
+ TQColor mHighlightForeground;
+ TQColor mTextColor;
+ TQColor mBgColor;
+ TQColor mLinkColor;
+ TQFont mFontFace;
+ TQColor mIdleContactColor;
bool mHighlightEnabled;
bool mBgOverride;
bool mFgOverride;
@@ -287,20 +287,20 @@ private:
// xhtml+css
//for Adium (xhtml+css)
- QString mStylePath;
- QString mStyleVariant;
+ TQString mStylePath;
+ TQString mStyleVariant;
bool mStylePathChanged;
bool mStyleVariantChanged;
- QStringList mToolTipContents;
+ TQStringList mToolTipContents;
bool mContactListIndentContacts;
ContactDisplayMode mContactListDisplayMode;
IconDisplayMode mContactListIconMode;
bool mContactListUseCustomFonts;
- QFont mContactListNormalFont;
- QFont mContactListSmallFont;
- QColor mContactListGroupNameColor;
+ TQFont mContactListNormalFont;
+ TQFont mContactListSmallFont;
+ TQColor mContactListGroupNameColor;
bool mContactListAnimation;
bool mContactListFading;
bool mContactListFolding;
@@ -311,8 +311,8 @@ private:
bool mEmoticonsRequireSpaces;
bool mGroupConsecutiveMessages;
- QString fileContents(const QString &path);
- void _setStylePath (const QString &);
+ TQString fileContents(const TQString &path);
+ void _setStylePath (const TQString &);
};
#endif
// vim: set noet ts=4 sts=4 sw=4: