summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
commit9c9412b30c54468adc9e506cc76c5d113fbf5056 (patch)
tree68a0c0d5bc770fc58596b8c5624cdf33d8625027 /kopete/kopete/config
parent2e53bd0b77676f879fad7baeecea5879bf496a7d (diff)
downloadtdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.tar.gz
tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kopete/kopete/config')
-rw-r--r--kopete/kopete/config/accounts/kopeteaccountconfig.cpp4
-rw-r--r--kopete/kopete/config/accounts/kopeteaccountconfigbase.ui2
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig_chatwindow.ui2
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig_colors.ui8
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig_emoticons.ui2
-rw-r--r--kopete/kopete/config/appearance/emoticonseditdialog.cpp4
-rw-r--r--kopete/kopete/config/appearance/emoticonseditwidget.ui2
-rw-r--r--kopete/kopete/config/appearance/tooltipeditdialog.cpp10
-rw-r--r--kopete/kopete/config/appearance/tooltipeditwidget.ui4
9 files changed, 19 insertions, 19 deletions
diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.cpp b/kopete/kopete/config/accounts/kopeteaccountconfig.cpp
index 28af94f6..d779eac0 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfig.cpp
+++ b/kopete/kopete/config/accounts/kopeteaccountconfig.cpp
@@ -39,10 +39,10 @@
#include "kopeteprotocol.h"
#include "kopeteaccount.h"
-class KopeteAccountLVI : public KListViewItem
+class KopeteAccountLVI : public TDEListViewItem
{
public:
- KopeteAccountLVI( Kopete::Account *a, KListView *p ) : KListViewItem( p ){ m_account = a; }
+ KopeteAccountLVI( Kopete::Account *a, TDEListView *p ) : TDEListViewItem( p ){ m_account = a; }
Kopete::Account *account() { return m_account; }
private:
diff --git a/kopete/kopete/config/accounts/kopeteaccountconfigbase.ui b/kopete/kopete/config/accounts/kopeteaccountconfigbase.ui
index 321adac8..8162208c 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfigbase.ui
+++ b/kopete/kopete/config/accounts/kopeteaccountconfigbase.ui
@@ -62,7 +62,7 @@
<string>Remove selected account</string>
</property>
</widget>
- <widget class="KListView" row="0" column="0" rowspan="8" colspan="1">
+ <widget class="TDEListView" row="0" column="0" rowspan="8" colspan="1">
<column>
<property name="text">
<string>Protocol</string>
diff --git a/kopete/kopete/config/appearance/appearanceconfig_chatwindow.ui b/kopete/kopete/config/appearance/appearanceconfig_chatwindow.ui
index 67dbaa07..ed7d5cf9 100644
--- a/kopete/kopete/config/appearance/appearanceconfig_chatwindow.ui
+++ b/kopete/kopete/config/appearance/appearanceconfig_chatwindow.ui
@@ -61,7 +61,7 @@
<property name="orientation">
<enum>Horizontal</enum>
</property>
- <widget class="KListBox">
+ <widget class="TDEListBox">
<property name="name">
<cstring>styleList</cstring>
</property>
diff --git a/kopete/kopete/config/appearance/appearanceconfig_colors.ui b/kopete/kopete/config/appearance/appearanceconfig_colors.ui
index 8943bc6c..a4adb253 100644
--- a/kopete/kopete/config/appearance/appearanceconfig_colors.ui
+++ b/kopete/kopete/config/appearance/appearanceconfig_colors.ui
@@ -138,7 +138,7 @@
<string>Background color:</string>
</property>
</widget>
- <widget class="KFontRequester" row="0" column="1" rowspan="1" colspan="3">
+ <widget class="TDEFontRequester" row="0" column="1" rowspan="1" colspan="3">
<property name="name">
<cstring>fontFace</cstring>
</property>
@@ -253,7 +253,7 @@
<string>Group font:</string>
</property>
</widget>
- <widget class="KFontRequester">
+ <widget class="TDEFontRequester">
<property name="name">
<cstring>mGroupFont</cstring>
</property>
@@ -282,7 +282,7 @@
<string>Normal font:</string>
</property>
</widget>
- <widget class="KFontRequester">
+ <widget class="TDEFontRequester">
<property name="name">
<cstring>mNormalFont</cstring>
</property>
@@ -311,7 +311,7 @@
<string>Small font:</string>
</property>
</widget>
- <widget class="KFontRequester">
+ <widget class="TDEFontRequester">
<property name="name">
<cstring>mSmallFont</cstring>
</property>
diff --git a/kopete/kopete/config/appearance/appearanceconfig_emoticons.ui b/kopete/kopete/config/appearance/appearanceconfig_emoticons.ui
index 6af82e16..1cc3153d 100644
--- a/kopete/kopete/config/appearance/appearanceconfig_emoticons.ui
+++ b/kopete/kopete/config/appearance/appearanceconfig_emoticons.ui
@@ -55,7 +55,7 @@
<string>Select emoticon theme:</string>
</property>
</widget>
- <widget class="KListBox">
+ <widget class="TDEListBox">
<property name="name">
<cstring>icon_theme_list</cstring>
</property>
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.cpp b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
index 1330b566..ce252a8f 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.cpp
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
@@ -101,7 +101,7 @@ EmoticonsEditDialog::EmoticonsEditDialog(TQWidget *parent, TQString theme, const
for(TQMap<TQString, TQStringList>::Iterator it = smileys.begin(); it != smileys.end(); ++it )
{
- KListViewItem *itm = new KListViewItem(mMainWidget->klvEmoticons);
+ TDEListViewItem *itm = new TDEListViewItem(mMainWidget->klvEmoticons);
itm->setPixmap(0, TQPixmap(it.key()));
itm->setText(2, TQFileInfo(it.key()).baseName());
TQString text = *it.data().at(0);
@@ -228,7 +228,7 @@ void EmoticonsEditDialog::addEmoticon(TQString emo, TQString text, bool copy)
if(copy)
TDEIO::copy(emo, TDEGlobal::dirs()->saveLocation( "emoticons", themeName, false ));
- KListViewItem *itm = new KListViewItem(mMainWidget->klvEmoticons);
+ TDEListViewItem *itm = new TDEListViewItem(mMainWidget->klvEmoticons);
itm->setPixmap(0, TQPixmap(emo));
itm->setText(1, text);
itm->setText(2, TQFileInfo(emo).baseName());
diff --git a/kopete/kopete/config/appearance/emoticonseditwidget.ui b/kopete/kopete/config/appearance/emoticonseditwidget.ui
index e5a23692..a90031d2 100644
--- a/kopete/kopete/config/appearance/emoticonseditwidget.ui
+++ b/kopete/kopete/config/appearance/emoticonseditwidget.ui
@@ -70,7 +70,7 @@
</spacer>
</vbox>
</widget>
- <widget class="KListView" row="0" column="0">
+ <widget class="TDEListView" row="0" column="0">
<property name="name">
<cstring>klvEmoticons</cstring>
</property>
diff --git a/kopete/kopete/config/appearance/tooltipeditdialog.cpp b/kopete/kopete/config/appearance/tooltipeditdialog.cpp
index eef1ccb0..e5fb0b16 100644
--- a/kopete/kopete/config/appearance/tooltipeditdialog.cpp
+++ b/kopete/kopete/config/appearance/tooltipeditdialog.cpp
@@ -30,17 +30,17 @@
#include <klistview.h>
#include <klocale.h>
-class TooltipItem : public KListViewItem
+class TooltipItem : public TDEListViewItem
{
public:
- TooltipItem(KListView *parent, const TQString& label, const TQString& propertyName)
- : KListViewItem(parent, label),
+ TooltipItem(TDEListView *parent, const TQString& label, const TQString& propertyName)
+ : TDEListViewItem(parent, label),
mPropName(propertyName)
{
}
- TooltipItem(KListView *parent, TQListViewItem *item, const TQString& label, const TQString& propertyName)
- : KListViewItem(parent, item, label),
+ TooltipItem(TDEListView *parent, TQListViewItem *item, const TQString& label, const TQString& propertyName)
+ : TDEListViewItem(parent, item, label),
mPropName(propertyName)
{
}
diff --git a/kopete/kopete/config/appearance/tooltipeditwidget.ui b/kopete/kopete/config/appearance/tooltipeditwidget.ui
index 8a2021fd..ec250cea 100644
--- a/kopete/kopete/config/appearance/tooltipeditwidget.ui
+++ b/kopete/kopete/config/appearance/tooltipeditwidget.ui
@@ -65,7 +65,7 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="KListView">
+ <widget class="TDEListView">
<column>
<property name="text">
<string></string>
@@ -179,7 +179,7 @@
</spacer>
</vbox>
</widget>
- <widget class="KListView">
+ <widget class="TDEListView">
<column>
<property name="text">
<string></string>