summaryrefslogtreecommitdiffstats
path: root/src/vpntypesinfodialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:01 -0600
commit7251ddd58d498d631dc56bc00849f61cb4acdabd (patch)
tree135cf378aaee8e8f2eeff5ae5c6732ed465e5b5a /src/vpntypesinfodialog.cpp
parente6af9bb1ecd39082b6abc1f559d4e3e735259bde (diff)
downloadkvpnc-7251ddd58d498d631dc56bc00849f61cb4acdabd.tar.gz
kvpnc-7251ddd58d498d631dc56bc00849f61cb4acdabd.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/vpntypesinfodialog.cpp')
-rw-r--r--src/vpntypesinfodialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpntypesinfodialog.cpp b/src/vpntypesinfodialog.cpp
index 862494f..fba1cd4 100644
--- a/src/vpntypesinfodialog.cpp
+++ b/src/vpntypesinfodialog.cpp
@@ -102,8 +102,8 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
main->textLabel1->setText(i18n("The following information about the VPN tyes has been collected:"));
- TQPixmap ok_icon = KGlobal::iconLoader()->loadIcon( "button_ok", KIcon::NoGroup, 16 );
- TQPixmap wrong_icon = KGlobal::iconLoader()->loadIcon( "button_cancel", KIcon::NoGroup, 16 );
+ TQPixmap ok_icon = TDEGlobal::iconLoader()->loadIcon( "button_ok", KIcon::NoGroup, 16 );
+ TQPixmap wrong_icon = TDEGlobal::iconLoader()->loadIcon( "button_cancel", KIcon::NoGroup, 16 );
ToolInfo *tool=0;
main->InfoListView->setSorting(1);