diff options
9 files changed, 18 insertions, 18 deletions
diff --git a/debian/lenny/tdesdk/debian/man/kdedoc.1 b/debian/lenny/tdesdk/debian/man/kdedoc.1 index 0f62e55e1..4d9bc9d14 100644 --- a/debian/lenny/tdesdk/debian/man/kdedoc.1 +++ b/debian/lenny/tdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, diff --git a/debian/squeeze/tdesdk/debian/man/kdedoc.1 b/debian/squeeze/tdesdk/debian/man/kdedoc.1 index 0f62e55e1..4d9bc9d14 100644 --- a/debian/squeeze/tdesdk/debian/man/kdedoc.1 +++ b/debian/squeeze/tdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, diff --git a/debian/wheezy/tdesdk/debian/man/kdedoc.1 b/debian/wheezy/tdesdk/debian/man/kdedoc.1 index 0f62e55e1..4d9bc9d14 100644 --- a/debian/wheezy/tdesdk/debian/man/kdedoc.1 +++ b/debian/wheezy/tdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, diff --git a/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff b/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff index dd8e6dbe1..999222041 100644 --- a/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff +++ b/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff @@ -35,7 +35,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp +void KHelpMenu::kubuntuGetHelpOnline() +{ -+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); ++ const TDEAboutData *aboutData = KGlobal::instance()->aboutData(); + TQString path = KStandardDirs::findExe( aboutData->appName() ); + KProcess *proc = new KProcess; + *proc << "launchpad-integration" << "--file" << path << "--info"; @@ -44,7 +44,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp + +void KHelpMenu::kubuntuTranslate() +{ -+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); ++ const TDEAboutData *aboutData = KGlobal::instance()->aboutData(); + TQString path = KStandardDirs::findExe( aboutData->appName() ); + KProcess *proc = new KProcess; + *proc << "launchpad-integration" << "--file" << path << "--translate"; diff --git a/ubuntu/lucid_automake/kdesdk/debian/man/kdedoc.1 b/ubuntu/lucid_automake/kdesdk/debian/man/kdedoc.1 index 684a6ad47..fe5568a20 100644 --- a/ubuntu/lucid_automake/kdesdk/debian/man/kdedoc.1 +++ b/ubuntu/lucid_automake/kdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the kdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP, diff --git a/ubuntu/maverick/tdesdk/debian/man/kdedoc.1 b/ubuntu/maverick/tdesdk/debian/man/kdedoc.1 index 0f62e55e1..4d9bc9d14 100644 --- a/ubuntu/maverick/tdesdk/debian/man/kdedoc.1 +++ b/ubuntu/maverick/tdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, diff --git a/ubuntu/maverick_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff b/ubuntu/maverick_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff index dd8e6dbe1..999222041 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff +++ b/ubuntu/maverick_automake/kdelibs/debian/patches/kubuntu_51_launchpad_integration.diff @@ -35,7 +35,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp +void KHelpMenu::kubuntuGetHelpOnline() +{ -+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); ++ const TDEAboutData *aboutData = KGlobal::instance()->aboutData(); + TQString path = KStandardDirs::findExe( aboutData->appName() ); + KProcess *proc = new KProcess; + *proc << "launchpad-integration" << "--file" << path << "--info"; @@ -44,7 +44,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp + +void KHelpMenu::kubuntuTranslate() +{ -+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); ++ const TDEAboutData *aboutData = KGlobal::instance()->aboutData(); + TQString path = KStandardDirs::findExe( aboutData->appName() ); + KProcess *proc = new KProcess; + *proc << "launchpad-integration" << "--file" << path << "--translate"; diff --git a/ubuntu/maverick_automake/kdesdk/debian/man/kdedoc.1 b/ubuntu/maverick_automake/kdesdk/debian/man/kdedoc.1 index 684a6ad47..fe5568a20 100644 --- a/ubuntu/maverick_automake/kdesdk/debian/man/kdedoc.1 +++ b/ubuntu/maverick_automake/kdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the kdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP, diff --git a/ubuntu/precise/tdesdk/debian/man/kdedoc.1 b/ubuntu/precise/tdesdk/debian/man/kdedoc.1 index 0f62e55e1..4d9bc9d14 100644 --- a/ubuntu/precise/tdesdk/debian/man/kdedoc.1 +++ b/ubuntu/precise/tdesdk/debian/man/kdedoc.1 @@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed. .PP This utility is part of the KDE Software Development Kit. .SH EXAMPLES -To bring up help on the class KAboutDialog: +To bring up help on the class TDEAboutDialog: .PP .RS -kdedoc KAboutDialog +kdedoc TDEAboutDialog .RE .SH DEBIAN USERS The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, |