diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:00:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:00:16 -0600 |
commit | 8c59c3314c1c10f726cbeef7c558fd1c9044d3bf (patch) | |
tree | 23bf03b5e926d1a36752c0a3631394297f0f3c4d /src/kvpnc.cpp | |
parent | 8c3110de4756b688277bd050a58e58bd03491aea (diff) | |
download | kvpnc-8c59c3314c1c10f726cbeef7c558fd1c9044d3bf.tar.gz kvpnc-8c59c3314c1c10f726cbeef7c558fd1c9044d3bf.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/kvpnc.cpp')
-rw-r--r-- | src/kvpnc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvpnc.cpp b/src/kvpnc.cpp index 4a22b1e..c79d956 100644 --- a/src/kvpnc.cpp +++ b/src/kvpnc.cpp @@ -111,7 +111,7 @@ //END includes -KVpnc::KVpnc ( KApplication *parent, TQWidget*, const char *name ) : KMainWindow ( 0, name ), DCOPObject ( "KVpncInterface" ) +KVpnc::KVpnc ( TDEApplication *parent, TQWidget*, const char *name ) : KMainWindow ( 0, name ), DCOPObject ( "KVpncInterface" ) { this->parent = parent; setCaption ( i18n ( "KVpnc" ) ); |