Update Debian and Ubuntu packaging for latest GIT

pull/3/head
Timothy Pearson 12 years ago
parent 560f14aba0
commit 711da10146

@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP,

@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP,

@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP,

@ -35,7 +35,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp
+void KHelpMenu::kubuntuGetHelpOnline() +void KHelpMenu::kubuntuGetHelpOnline()
+{ +{
+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); + const TDEAboutData *aboutData = KGlobal::instance()->aboutData();
+ TQString path = KStandardDirs::findExe( aboutData->appName() ); + TQString path = KStandardDirs::findExe( aboutData->appName() );
+ KProcess *proc = new KProcess; + KProcess *proc = new KProcess;
+ *proc << "launchpad-integration" << "--file" << path << "--info"; + *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() +void KHelpMenu::kubuntuTranslate()
+{ +{
+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); + const TDEAboutData *aboutData = KGlobal::instance()->aboutData();
+ TQString path = KStandardDirs::findExe( aboutData->appName() ); + TQString path = KStandardDirs::findExe( aboutData->appName() );
+ KProcess *proc = new KProcess; + KProcess *proc = new KProcess;
+ *proc << "launchpad-integration" << "--file" << path << "--translate"; + *proc << "launchpad-integration" << "--file" << path << "--translate";

@ -27,10 +27,10 @@ assumed that you have the kdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP, The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP,

@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP,

@ -35,7 +35,7 @@ diff -Nur kdelibs-3.5.8/kdeui/khelpmenu.cpp kdelibs-3.5.8.new/kdeui/khelpmenu.cp
+void KHelpMenu::kubuntuGetHelpOnline() +void KHelpMenu::kubuntuGetHelpOnline()
+{ +{
+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); + const TDEAboutData *aboutData = KGlobal::instance()->aboutData();
+ TQString path = KStandardDirs::findExe( aboutData->appName() ); + TQString path = KStandardDirs::findExe( aboutData->appName() );
+ KProcess *proc = new KProcess; + KProcess *proc = new KProcess;
+ *proc << "launchpad-integration" << "--file" << path << "--info"; + *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() +void KHelpMenu::kubuntuTranslate()
+{ +{
+ const KAboutData *aboutData = KGlobal::instance()->aboutData(); + const TDEAboutData *aboutData = KGlobal::instance()->aboutData();
+ TQString path = KStandardDirs::findExe( aboutData->appName() ); + TQString path = KStandardDirs::findExe( aboutData->appName() );
+ KProcess *proc = new KProcess; + KProcess *proc = new KProcess;
+ *proc << "launchpad-integration" << "--file" << path << "--translate"; + *proc << "launchpad-integration" << "--file" << path << "--translate";

@ -27,10 +27,10 @@ assumed that you have the kdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP, The kdelibs documentation is in the Debian package \fIkdelibs4-doc\fP,

@ -27,10 +27,10 @@ assumed that you have the tdelibs documentation installed.
.PP .PP
This utility is part of the KDE Software Development Kit. This utility is part of the KDE Software Development Kit.
.SH EXAMPLES .SH EXAMPLES
To bring up help on the class KAboutDialog: To bring up help on the class TDEAboutDialog:
.PP .PP
.RS .RS
kdedoc KAboutDialog kdedoc TDEAboutDialog
.RE .RE
.SH DEBIAN USERS .SH DEBIAN USERS
The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP, The tdelibs documentation is in the Debian package \fItdelibs4-doc\fP,

Loading…
Cancel
Save