summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:05 -0600
commitb19ddece21e102b8e4b292037ca7578f60b128fe (patch)
tree6572ca25aba80849cdfa7578bbbc9121d23afbc3 /interfaces
parente729c6d549f12e27b358a1dad04ff254c033ac71 (diff)
downloadtdelibs-b19ddece21e102b8e4b292037ca7578f60b128fe.tar.gz
tdelibs-b19ddece21e102b8e4b292037ca7578f60b128fe.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/terminal/test/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/terminal/test/main.cc b/interfaces/terminal/test/main.cc
index 403bde0b5..e1dacc6dc 100644
--- a/interfaces/terminal/test/main.cc
+++ b/interfaces/terminal/test/main.cc
@@ -33,7 +33,7 @@ Win::Win()
int main( int argc, char** argv )
{
- KAboutData* about = new KAboutData( "tetest", "TETest", "0.1" );
+ TDEAboutData* about = new TDEAboutData( "tetest", "TETest", "0.1" );
TDECmdLineArgs::init( argc, argv, about );
TDEApplication a;
Win* win = new Win();