summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:15:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:15:17 -0600
commit32bbed9b92c64aff51d1e1b84f8f5b1aea19a4ea (patch)
tree36148794a3fdd4d17067d18c29d97bb6a3775215 /knetworkconf
parent428cbb74d3ec755a4d1aa2cac3b4345f16442633 (diff)
downloadtdeadmin-32bbed9b92c64aff51d1e1b84f8f5b1aea19a4ea.tar.gz
tdeadmin-32bbed9b92c64aff51d1e1b84f8f5b1aea19a4ea.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.cpp b/knetworkconf/knetworkconf/knetworkconf.cpp
index 2a5c4c0..083bfe1 100644
--- a/knetworkconf/knetworkconf/knetworkconf.cpp
+++ b/knetworkconf/knetworkconf/knetworkconf.cpp
@@ -980,7 +980,7 @@ void KNetworkConf::setReadOnlySlot(bool state)
void KNetworkConf::showInterfaceContextMenuSlot(KListView* lv, TQListViewItem* lvi, const TQPoint& pt)
{
KPopupMenu *context = new KPopupMenu( this );
- Q_CHECK_PTR( context );
+ TQ_CHECK_PTR( context );
context->insertItem( "&Enable Interface", this, TQT_SLOT(enableInterfaceSlot()));
context->insertItem( "&Disable Interface", this, TQT_SLOT(disableInterfaceSlot()));
TQListViewItem *item = klvCardList->currentItem();