mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
minor changes and fixes to kdebg KCM module
This commit is contained in:
parent
db2194cd50
commit
da44a5e9c7
4 changed files with 3 additions and 3 deletions
|
@ -11,4 +11,4 @@ target_link_libraries(kcm_kdebugconfig ${KDE4_KDEUI_LIBS} ${KDE4_KCMUTILS_LIBRA
|
|||
|
||||
install(TARGETS kcm_kdebugconfig DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
|
||||
install( FILES kdebugconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
install( FILES kcm_kdebugconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp || exit 11
|
||||
$XGETTEXT *.cpp -o $podir/kdebugconfig.pot
|
||||
$XGETTEXT *.cpp -o $podir/kcm_kdebugconfig.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <kcmodule.h>
|
||||
|
||||
#include "ui_kdebug.h"
|
||||
#include "ui_kdebugconfig.h"
|
||||
|
||||
class QLineEdit;
|
||||
class QComboBox;
|
||||
|
|
Loading…
Add table
Reference in a new issue