~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/tools/k3bintvalidator.cpp

  • Committer: Michał Małek
  • Date: 2014-10-05 10:44:08 UTC
  • mto: This revision was merged to the branch mainline in revision 5679.
  • Revision ID: git-v1:f0cf4ad47f0b1402f56242fc0245c9d0716185cc
Connect translation catalogs in a new KF5 way

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * See the file "COPYING" for the exact licensing terms.
13
13
 */
14
14
 
15
 
 
16
 
#include <QtWidgets/QWidget>
17
 
#include <QtCore/QString>
18
 
 
19
15
#include "k3bintvalidator.h"
 
16
#include "k3b_i18n.h"
20
17
 
21
 
#include <KI18n/KLocalizedString>
22
18
#include <QtCore/QDebug>
 
19
#include <QtCore/QString>
 
20
#include <QtWidgets/QWidget>
23
21
 
24
22
 
25
23
K3b::IntValidator::IntValidator ( QWidget * parent )