summaryrefslogtreecommitdiff
path: root/muse2/muse/app.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-14 18:24:47 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-14 18:24:47 +0000
commit01d2680f0d18f7783ca1e1f48098590cd0317284 (patch)
tree4000612a2642f3e19da22ddd24244d323a9cedb4 /muse2/muse/app.h
parent6898f640d5a95ab9c175388f22c4c846b8dbe5ab (diff)
removed the senseless (unsigned long)(some_pointer) stuff, as some_pointer
was stored as "real" (uncasted) pointer in the same struct
Diffstat (limited to 'muse2/muse/app.h')
-rw-r--r--muse2/muse/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/app.h b/muse2/muse/app.h
index f1d112e9..a070c864 100644
--- a/muse2/muse/app.h
+++ b/muse2/muse/app.h
@@ -294,7 +294,7 @@ class MusE : public QMainWindow
void closeEvent(QCloseEvent*e);
void loadProjectFile(const QString&);
void loadProjectFile(const QString&, bool songTemplate, bool loadAll);
- void toplevelDeleted(unsigned long tl);
+ void toplevelDeleted(TopWin* tl);
void loadTheme(const QString&);
void loadStyleSheetFile(const QString&);
bool seqRestart();