summaryrefslogtreecommitdiffstats
path: root/kdat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
commitf7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (patch)
treed204fb3c080ceca9df732fa8341c0af65ea792c2 /kdat
parent98e5087a3aa6d07990de1321f42e15bd4006c530 (diff)
downloadtdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.tar.gz
tdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kdat')
-rw-r--r--kdat/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/main.cpp b/kdat/main.cpp
index 34704da..7a70f8d 100644
--- a/kdat/main.cpp
+++ b/kdat/main.cpp
@@ -72,9 +72,9 @@ int main( int argc, char** argv )
#endif /* DEBUG */
/* 2002-01-28 LEW */
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
aboutData.addAuthor( "Lawrence Widman", 0, "kdat@cardiothink.com");
-// KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+// TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
app.setMainWidget( KDatMainWindow::getInstance() );