summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/kopetewidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/ui/kopetewidgets.cpp')
-rw-r--r--kopete/libkopete/ui/kopetewidgets.cpp92
1 files changed, 46 insertions, 46 deletions
diff --git a/kopete/libkopete/ui/kopetewidgets.cpp b/kopete/libkopete/ui/kopetewidgets.cpp
index 093ee48e..916b0faf 100644
--- a/kopete/libkopete/ui/kopetewidgets.cpp
+++ b/kopete/libkopete/ui/kopetewidgets.cpp
@@ -3,7 +3,7 @@
* The generated code in this file is licensed under the same license that the
* input file.
*/
-#include <qwidgetplugin.h>
+#include <tqwidgetplugin.h>
#include <kinstance.h>
#include <addressbooklinkwidget.h>
@@ -20,92 +20,92 @@ public:
virtual ~KopeteWidgets();
- virtual QStringList keys() const
+ virtual TQStringList keys() const
{
- QStringList result;
+ TQStringList result;
for (WidgetInfos::ConstIterator it = m_widgets.begin(); it != m_widgets.end(); ++it)
result << it.key();
return result;
}
- virtual QWidget *create(const QString &key, QWidget *parent = 0, const char *name = 0);
+ virtual TQWidget *create(const TQString &key, TQWidget *parent = 0, const char *name = 0);
- virtual QIconSet iconSet(const QString &key) const
+ virtual TQIconSet iconSet(const TQString &key) const
{
#ifdef EMBED_IMAGES
- QPixmap pix(m_widgets[key].iconSet);
+ TQPixmap pix(m_widgets[key].iconSet);
#else
- QPixmap pix(locate( "data",
- QString::fromLatin1("kopetewidgets/pics/") + m_widgets[key].iconSet));
+ TQPixmap pix(locate( "data",
+ TQString::fromLatin1("kopetewidgets/pics/") + m_widgets[key].iconSet));
#endif
- return QIconSet(pix);
+ return TQIconSet(pix);
}
- virtual bool isContainer(const QString &key) const { return m_widgets[key].isContainer; }
+ virtual bool isContainer(const TQString &key) const { return m_widgets[key].isContainer; }
- virtual QString group(const QString &key) const { return m_widgets[key].group; }
+ virtual TQString group(const TQString &key) const { return m_widgets[key].group; }
- virtual QString includeFile(const QString &key) const { return m_widgets[key].includeFile; }
+ virtual TQString includeFile(const TQString &key) const { return m_widgets[key].includeFile; }
- virtual QString toolTip(const QString &key) const { return m_widgets[key].toolTip; }
+ virtual TQString toolTip(const TQString &key) const { return m_widgets[key].toolTip; }
- virtual QString whatsThis(const QString &key) const { return m_widgets[key].whatsThis; }
+ virtual TQString whatsThis(const TQString &key) const { return m_widgets[key].whatsThis; }
private:
struct WidgetInfo
{
- QString group;
+ TQString group;
#ifdef EMBED_IMAGES
- QPixmap iconSet;
+ TQPixmap iconSet;
#else
- QString iconSet;
+ TQString iconSet;
#endif
- QString includeFile;
- QString toolTip;
- QString whatsThis;
+ TQString includeFile;
+ TQString toolTip;
+ TQString whatsThis;
bool isContainer;
};
- typedef QMap<QString, WidgetInfo> WidgetInfos;
+ typedef TQMap<TQString, WidgetInfo> WidgetInfos;
WidgetInfos m_widgets;
};
KopeteWidgets::KopeteWidgets()
{
WidgetInfo widget;
- widget.group = QString::fromLatin1("Input (Kopete)");
+ widget.group = TQString::fromLatin1("Input (Kopete)");
#ifdef EMBED_IMAGES
- widget.iconSet = QPixmap(kopete__ui__addressbooklinkwidget_xpm);
+ widget.iconSet = TQPixmap(kopete__ui__addressbooklinkwidget_xpm);
#else
- widget.iconSet = QString::fromLatin1("kopete__ui__addressbooklinkwidget.png");
+ widget.iconSet = TQString::fromLatin1("kopete__ui__addressbooklinkwidget.png");
#endif
- widget.includeFile = QString::fromLatin1("addressbooklinkwidget.h");
- widget.toolTip = QString::fromLatin1("Address Book Link Widget (Kopete)");
- widget.whatsThis = QString::fromLatin1("KABC::Addressee display/selector");
+ widget.includeFile = TQString::fromLatin1("addressbooklinkwidget.h");
+ widget.toolTip = TQString::fromLatin1("Address Book Link Widget (Kopete)");
+ widget.whatsThis = TQString::fromLatin1("KABC::Addressee display/selector");
widget.isContainer = false;
- m_widgets.insert(QString::fromLatin1("Kopete::UI::AddressBookLinkWidget"), widget);
+ m_widgets.insert(TQString::fromLatin1("Kopete::UI::AddressBookLinkWidget"), widget);
- widget.group = QString::fromLatin1("Views (Kopete)");
+ widget.group = TQString::fromLatin1("Views (Kopete)");
#ifdef EMBED_IMAGES
- widget.iconSet = QPixmap(kopete__ui__listview__listview_xpm);
+ widget.iconSet = TQPixmap(kopete__ui__listview__listview_xpm);
#else
- widget.iconSet = QString::fromLatin1("kopete__ui__listview__listview.png");
+ widget.iconSet = TQString::fromLatin1("kopete__ui__listview__listview.png");
#endif
- widget.includeFile = QString::fromLatin1("kopetelistview.h");
- widget.toolTip = QString::fromLatin1("List View (Kopete)");
- widget.whatsThis = QString::fromLatin1("A component capable list view widget.");
+ widget.includeFile = TQString::fromLatin1("kopetelistview.h");
+ widget.toolTip = TQString::fromLatin1("List View (Kopete)");
+ widget.whatsThis = TQString::fromLatin1("A component capable list view widget.");
widget.isContainer = false;
- m_widgets.insert(QString::fromLatin1("Kopete::UI::ListView::ListView"), widget);
+ m_widgets.insert(TQString::fromLatin1("Kopete::UI::ListView::ListView"), widget);
- widget.group = QString::fromLatin1("Input (Kopete)");
+ widget.group = TQString::fromLatin1("Input (Kopete)");
#ifdef EMBED_IMAGES
- widget.iconSet = QPixmap(kopete__ui__listview__searchline_xpm);
+ widget.iconSet = TQPixmap(kopete__ui__listview__searchline_xpm);
#else
- widget.iconSet = QString::fromLatin1("kopete__ui__listview__searchline.png");
+ widget.iconSet = TQString::fromLatin1("kopete__ui__listview__searchline.png");
#endif
- widget.includeFile = QString::fromLatin1("kopetelistviewsearchline.h");
- widget.toolTip = QString::fromLatin1("List View Search Line (Kopete)");
- widget.whatsThis = QString::fromLatin1("Search line able to use Kopete custom list View.");
+ widget.includeFile = TQString::fromLatin1("kopetelistviewsearchline.h");
+ widget.toolTip = TQString::fromLatin1("List View Search Line (Kopete)");
+ widget.whatsThis = TQString::fromLatin1("Search line able to use Kopete custom list View.");
widget.isContainer = false;
- m_widgets.insert(QString::fromLatin1("Kopete::UI::ListView::SearchLine"), widget);
+ m_widgets.insert(TQString::fromLatin1("Kopete::UI::ListView::SearchLine"), widget);
new KInstance("kopetewidgets");
}
@@ -113,16 +113,16 @@ KopeteWidgets::~KopeteWidgets()
{
}
-QWidget *KopeteWidgets::create(const QString &key, QWidget *parent, const char *name)
+TQWidget *KopeteWidgets::create(const TQString &key, TQWidget *parent, const char *name)
{
- if (key == QString::fromLatin1("Kopete::UI::AddressBookLinkWidget"))
+ if (key == TQString::fromLatin1("Kopete::UI::AddressBookLinkWidget"))
return new Kopete::UI::AddressBookLinkWidget(parent, name);
- if (key == QString::fromLatin1("Kopete::UI::ListView::ListView"))
+ if (key == TQString::fromLatin1("Kopete::UI::ListView::ListView"))
return new Kopete::UI::ListView::ListView(parent, name);
- if (key == QString::fromLatin1("Kopete::UI::ListView::SearchLine"))
+ if (key == TQString::fromLatin1("Kopete::UI::ListView::SearchLine"))
return new Kopete::UI::ListView::SearchLine(parent, 0, name);
return 0;