Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Cervisia
Commits
a51d5425
Commit
a51d5425
authored
Apr 16, 2007
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KApplication->QApplication
svn path=/trunk/KDE/kdesdk/cervisia/; revision=654545
parent
bd2407e9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
+4
-7
cervisiapart.cpp
cervisiapart.cpp
+0
-1
cervisiashell.cpp
cervisiashell.cpp
+2
-2
cvsservice/cvsservice.cpp
cvsservice/cvsservice.cpp
+2
-2
cvsservice/sshagent.cpp
cvsservice/sshagent.cpp
+0
-1
diffview.cpp
diffview.cpp
+0
-1
No files found.
cervisiapart.cpp
View file @
a51d5425
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include <QList>
#include <QList>
#include <kaboutdata.h>
#include <kaboutdata.h>
#include <kaction.h>
#include <kaction.h>
#include <kapplication.h>
#include <kfiledialog.h>
#include <kfiledialog.h>
#include <kinputdialog.h>
#include <kinputdialog.h>
#include <kcomponentdata.h>
#include <kcomponentdata.h>
...
...
cervisiashell.cpp
View file @
a51d5425
...
@@ -21,10 +21,10 @@
...
@@ -21,10 +21,10 @@
#include "cervisiashell.h"
#include "cervisiashell.h"
#include <kapplication.h>
#include <kconfig.h>
#include <kconfig.h>
#include <kedittoolbar.h>
#include <kedittoolbar.h>
#include <khelpmenu.h>
#include <khelpmenu.h>
#include <kapplication.h>
#include <kshortcutsdialog.h>
#include <kshortcutsdialog.h>
#include <klibloader.h>
#include <klibloader.h>
#include <klocale.h>
#include <klocale.h>
...
@@ -55,7 +55,7 @@ CervisiaShell::CervisiaShell( const char *name )
...
@@ -55,7 +55,7 @@ CervisiaShell::CervisiaShell( const char *name )
{
{
KMessageBox
::
detailedError
(
this
,
i18n
(
"The Cervisia library could not be loaded."
),
KMessageBox
::
detailedError
(
this
,
i18n
(
"The Cervisia library could not be loaded."
),
KLibLoader
::
self
()
->
lastErrorMessage
());
KLibLoader
::
self
()
->
lastErrorMessage
());
ka
pp
->
quit
();
qA
pp
->
quit
();
return
;
return
;
}
}
...
...
cvsservice/cvsservice.cpp
View file @
a51d5425
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
#include <q3intdict.h>
#include <q3intdict.h>
#include <qstring.h>
#include <qstring.h>
#include <QApplication>
#include <kapplication.h>
#include <kconfig.h>
#include <kconfig.h>
#include <klocale.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kmessagebox.h>
...
@@ -949,7 +949,7 @@ QDBusObjectPath CvsService::watchers(const QStringList& files)
...
@@ -949,7 +949,7 @@ QDBusObjectPath CvsService::watchers(const QStringList& files)
void
CvsService
::
quit
()
void
CvsService
::
quit
()
{
{
ka
pp
->
quit
();
qA
pp
->
quit
();
}
}
...
...
cvsservice/sshagent.cpp
View file @
a51d5425
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include "sshagent.h"
#include "sshagent.h"
#include <qregexp.h>
#include <qregexp.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <kdeversion.h>
#include <k3process.h>
#include <k3process.h>
...
...
diffview.cpp
View file @
a51d5425
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include <qstyle.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qstyleoption.h>
#include <kapplication.h>
#include <kconfig.h>
#include <kconfig.h>
#include <kdebug.h>
#include <kdebug.h>
#include <kglobalsettings.h>
#include <kglobalsettings.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment