summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/dialogs/selectserverdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tde/src/dialogs/selectserverdlg.cpp')
-rw-r--r--clients/tde/src/dialogs/selectserverdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/dialogs/selectserverdlg.cpp b/clients/tde/src/dialogs/selectserverdlg.cpp
index 86fea06..745a933 100644
--- a/clients/tde/src/dialogs/selectserverdlg.cpp
+++ b/clients/tde/src/dialogs/selectserverdlg.cpp
@@ -36,7 +36,7 @@
#include "selectserverdlg.h"
#include "selectserverdlgbase.h"
-class Q_EXPORT StationTypeListViewItem : public TQListViewItem
+class TQ_EXPORT StationTypeListViewItem : public TQListViewItem
{
public:
StationTypeListViewItem(TQListView * parent) : TQListViewItem(parent) {}
@@ -69,7 +69,7 @@ SelectServerDialog::SelectServerDialog(TQWidget* parent, const char* name, Stati
m_base->serverList->setAllColumnsShowFocus(true);
m_base->serverList->setFullWidth(true);
- connect(m_base->serverList, TQT_SIGNAL(executed(TQListViewItem*)), this, TQT_SLOT(slotOk()));
+ connect(m_base->serverList, TQ_SIGNAL(executed(TQListViewItem*)), this, TQ_SLOT(slotOk()));
for (i=0; i<m_stationList.count(); i++) {
StationType st = m_stationList[i];