summaryrefslogtreecommitdiffstats
path: root/kppp/kpppwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:22:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:22:10 -0600
commit3e4d718796cddcc798d9f737037ef4bad540a0af (patch)
tree69d0aaad3f8f46c1dbb4939b7fcda8e7de12c481 /kppp/kpppwidget.cpp
parent50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (diff)
downloadtdenetwork-3e4d718796cddcc798d9f737037ef4bad540a0af.tar.gz
tdenetwork-3e4d718796cddcc798d9f737037ef4bad540a0af.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kppp/kpppwidget.cpp')
-rw-r--r--kppp/kpppwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/kpppwidget.cpp b/kppp/kpppwidget.cpp
index 3d1515f7..89058d94 100644
--- a/kppp/kpppwidget.cpp
+++ b/kppp/kpppwidget.cpp
@@ -274,9 +274,9 @@ KPPPWidget::KPPPWidget( TQWidget *parent, const char *name )
this, TQT_SLOT(startAccounting()));
connect(con, TQT_SIGNAL(stopAccounting()),
this, TQT_SLOT(stopAccounting()));
- connect(KApplication::kApplication(), TQT_SIGNAL(saveYourself()),
+ connect(TDEApplication::kApplication(), TQT_SIGNAL(saveYourself()),
this, TQT_SLOT(saveMyself()));
- connect(KApplication::kApplication(), TQT_SIGNAL(shutDown()),
+ connect(TDEApplication::kApplication(), TQT_SIGNAL(shutDown()),
this, TQT_SLOT(shutDown()));
debugwindow->setGeometry(desk.center().x()+190, desk.center().y()-55,