summaryrefslogtreecommitdiffstats
path: root/adept/installer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:52:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:52:41 -0600
commit5b1acf028360816c3fd693720ead22ca10d7332c (patch)
tree64268664e7b47874cbcdefcae7ec959840be7ed2 /adept/installer
parentd4ef3460f854dcd2d2cc4cf7a796873b260afa9e (diff)
downloadadept-5b1acf028360816c3fd693720ead22ca10d7332c.tar.gz
adept-5b1acf028360816c3fd693720ead22ca10d7332c.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'adept/installer')
-rw-r--r--adept/installer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/installer/main.cpp b/adept/installer/main.cpp
index fb10492..c68c294 100644
--- a/adept/installer/main.cpp
+++ b/adept/installer/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();