~blue-shell/blue-shell/sddm-kcm

« back to all changes in this revision

Viewing changes to src/advanceconfig.cpp

  • Committer: David Edmundson
  • Date: 2014-09-30 14:44:40 UTC
  • Revision ID: git-v1:2f6a4a4c8ad0a3a5c823ac8b7ad923d22423f30d
kDebug->qDebug

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <QIntValidator>
21
21
 
22
 
#include <KDebug>
 
22
#include <QDebug>
23
23
#include <KConfigGroup>
24
24
#include <KUser>
25
25
 
104
104
{
105
105
    QVariantMap args;
106
106
 
107
 
    kDebug() << "idx:" << configUi->cursorList->currentIndex();
 
107
    qDebug() << "idx:" << configUi->cursorList->currentIndex();
108
108
 
109
109
    QModelIndex cursorIndex = configUi->cursorList->model()->index(configUi->cursorList->currentIndex(),0);
110
110
    if (cursorIndex.isValid()) {