summaryrefslogtreecommitdiffstats
path: root/ksig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:30 -0600
commit609724b5d29f25236bee59d0cb794602d391a96b (patch)
tree6a7cbc4d42a570e50e44ad782d9bc6cdee289edb /ksig
parentda2af448849a961235925b69430584d0bfe94b1f (diff)
downloadtdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.tar.gz
tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ksig')
-rw-r--r--ksig/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksig/main.cpp b/ksig/main.cpp
index c7c6bf2..8b8a7e5 100644
--- a/ksig/main.cpp
+++ b/ksig/main.cpp
@@ -36,8 +36,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData aboutData("ksig", I18N_NOOP("KSig"),
- "1.1", description, KAboutData::License_GPL,
+ TDEAboutData aboutData("ksig", I18N_NOOP("KSig"),
+ "1.1", description, TDEAboutData::License_GPL,
"(c) 2002, Scott Wheeler", 0, 0, "wheeler@kde.org");
aboutData.addAuthor("Scott Wheeler", 0, "wheeler@kde.org");