summaryrefslogtreecommitdiffstats
path: root/ksirc/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/toplevel.cpp')
-rw-r--r--ksirc/toplevel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/toplevel.cpp b/ksirc/toplevel.cpp
index 5bf678d2..beb96799 100644
--- a/ksirc/toplevel.cpp
+++ b/ksirc/toplevel.cpp
@@ -236,7 +236,7 @@ KSircTopLevel::KSircTopLevel(KSircProcess *_proc, const KSircChannel &channelInf
TQCString kstn = TQCString(TQT_TQOBJECT(this)->name()) + "_";
- pan = new TQSplitter(Qt::Horizontal, top, kstn + "splitter");
+ pan = new TQSplitter(TQt::Horizontal, top, kstn + "splitter");
#if KDE_IS_VERSION(3,1,92)
pan->setOpaqueResize( TDEGlobalSettings::opaqueResize() );
#else
@@ -1505,7 +1505,7 @@ void KSircTopLevel::pasteToNickList(int button,
TQListBoxItem *item,
const TQPoint &)
{
- if(button == Qt::MidButton && item){
+ if(button == TQt::MidButton && item){
KSircChannel ci(m_channelInfo.server(), item->text().lower());
emit open_toplevel(ci);