Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
libkcddb
Commits
1632ab62
Commit
1632ab62
authored
May 08, 2006
by
Laurent Montel
😁
Browse files
Adapt to new kdelibs api
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=538585
parent
544c07f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
kcmcddb/kcmcddb.cpp
View file @
1632ab62
...
...
@@ -47,7 +47,7 @@
typedef
KGenericFactory
<
CDDBModule
,
QWidget
>
KCDDBFactory
;
K_EXPORT_COMPONENT_FACTORY
(
kcm_cddb
,
KCDDBFactory
(
"kcmcddb"
)
)
CDDBModule
::
CDDBModule
(
QWidget
*
parent
,
const
char
*
name
,
const
QStringList
&
)
CDDBModule
::
CDDBModule
(
QWidget
*
parent
,
const
QStringList
&
)
:
KCModule
(
KCDDBFactory
::
instance
(),
parent
)
{
KGlobal
::
locale
()
->
insertCatalog
(
"libkcddb"
);
...
...
kcmcddb/kcmcddb.h
View file @
1632ab62
...
...
@@ -33,7 +33,7 @@ class CDDBModule : public KCModule
public:
CDDBModule
(
QWidget
*
parent
,
const
char
*
name
,
const
QStringList
&
);
CDDBModule
(
QWidget
*
parent
,
const
QStringList
&
);
public
slots
:
...
...
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