minor changes and fixes to kdebg KCM module

This commit is contained in:
Ivailo Monev 2014-12-20 00:05:01 +00:00
parent db2194cd50
commit da44a5e9c7
4 changed files with 3 additions and 3 deletions

View file

@ -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} )

View file

@ -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

View file

@ -21,7 +21,7 @@
#include <kcmodule.h>
#include "ui_kdebug.h"
#include "ui_kdebugconfig.h"
class QLineEdit;
class QComboBox;