summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/texteffect/texteffectconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/texteffect/texteffectconfig.h')
-rw-r--r--kopete/plugins/texteffect/texteffectconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/plugins/texteffect/texteffectconfig.h b/kopete/plugins/texteffect/texteffectconfig.h
index 80b19151..103ba772 100644
--- a/kopete/plugins/texteffect/texteffectconfig.h
+++ b/kopete/plugins/texteffect/texteffectconfig.h
@@ -30,7 +30,7 @@ public:
void save();
//accessor functions
- QStringList colors() const;
+ TQStringList colors() const;
bool colorLines() const;
bool colorWords() const;
bool colorChar() const;
@@ -38,18 +38,18 @@ public:
bool lamer() const;
bool waves() const;
- void setColors(const QStringList &newColors = QStringList());
+ void setColors(const TQStringList &newColors = TQStringList());
void setColorLines(bool newLines);
void setColorChar(bool newChar);
void setColorWords(bool newWords);
void setColorRandom(bool newRandom);
void setLamer(bool newLamer);
void setWaves(bool newWaves);
- QStringList defaultColorList();
+ TQStringList defaultColorList();
private:
- QStringList mColors;
+ TQStringList mColors;
bool mColorLines;
bool mColorWords;
bool mColorChar;