summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:38 -0600
commitafa4bd21a19f1e060d448fe10146a39b279fce68 (patch)
tree28d2cdd399d758b40105525e6db413e7e6f0cc37
parent411ae4b9e4fe534d672947fa1b9ffdb9550de37d (diff)
downloadkerberostray-afa4bd21.tar.gz
kerberostray-afa4bd21.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6f6c5c3..0d86586 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,8 +33,8 @@ static const char version[] = "v0.0.1";
int main(int argc, char *argv[])
{
- KAboutData aboutData( "kerberostray", I18N_NOOP("Kerberos Ticket Manager"),
- version, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kerberostray", I18N_NOOP("Kerberos Ticket Manager"),
+ version, description, TDEAboutData::License_GPL,
"(c) 2012, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");
TDECmdLineArgs::init( argc, argv, &aboutData );