From 8c59c3314c1c10f726cbeef7c558fd1c9044d3bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:00:16 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/kvpnc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kvpnc.h') diff --git a/src/kvpnc.h b/src/kvpnc.h index 40ad2f3..6c50c4e 100644 --- a/src/kvpnc.h +++ b/src/kvpnc.h @@ -80,7 +80,7 @@ public: * @param parent Parent widget * @param name Name of the Mainwindow */ - KVpnc( KApplication *parent, TQWidget *qparent = 0, const char *name = 0 ); + KVpnc( TDEApplication *parent, TQWidget *qparent = 0, const char *name = 0 ); /** * Destruktor @@ -145,7 +145,7 @@ private: enum ConnectionStatus {disconnected=0, connecting=1, connected=2}; enum LogType {info=0, remote=1, error=2, success=3, debug=4}; - KApplication *parent; + TDEApplication *parent; TQStringList *env; KVpncConfig *GlobalConfig; -- cgit v1.2.1