repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
license header for review
[cinelerra_cv/ct.git]
/
cinelerra
/
aboutprefs.h
blob
a3fc79e477edd0a0e2c72dd75f4b2275285ded01
1
#ifndef ABOUTPREFS_H
2
#define ABOUTPREFS_H
3
4
#include
"preferencesthread.h"
5
6
class
AboutPrefs
:
public
PreferencesDialog
7
{
8
public
:
9
AboutPrefs
(
MWindow
*
mwindow
,
PreferencesWindow
*
pwindow
);
10
~
AboutPrefs
();
11
12
13
14
int
create_objects
();
15
};
16
17
18
#endif
19
/*
20
// Local Variables:
21
// mode: C++
22
// c-file-style: "linux"
23
// End:
24
*/